home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6651 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  679 b 

  1. Path: hermes.oc.com!usenet
  2. From: Larry Weiss <lfw@oc.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: && operator question
  5. Date: Thu, 15 Feb 1996 10:41:36 -0600
  6. Organization: OpenConnect Systems, Dallas, TX, USA
  7. Message-ID: <31236240.1417@oc.com>
  8. References: <4fu69a$b7e@sphinx.Gsu.EDU>
  9. NNTP-Posting-Host: ocs2228.oc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14. CC: lfw@oc.com
  15.  
  16. Matthew A Johnson wrote:
  17.  > 
  18.  > if(expression1 && expression2)
  19.  >      some statement;
  20.  > 
  21.  > My question is, if expression1 is false will expression2 get evaluated at
  22.  > all?
  23.  >  
  24.  
  25. No.   Why do you ask that question here?
  26.